var encoding/xml.unmarshalerAttrType
3 uses
encoding/xml (current package)
read.go#L258: if val.CanInterface() && val.Type().Implements(unmarshalerAttrType) {
read.go#L265: if pv.CanInterface() && pv.Type().Implements(unmarshalerAttrType) {
read.go#L309: unmarshalerAttrType = reflect.TypeFor[UnmarshalerAttr]()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)